Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return full structured error info instead of just error message #76

Merged
merged 2 commits into from
Mar 11, 2023

Conversation

lfittl
Copy link
Member

@lfittl lfittl commented Feb 22, 2023

This maps the Go error result to be all information that's available in libpg_query's PgQueryError, in case the caller wants to do something with the error (e.g. report which character precisely errored out).

Fixes #75

This maps the Go error result to be all information that's available
in libpg_query's PgQueryError, in case the caller wants to do something
with the error (e.g. report which character precisely errored out).

Fixes #75
@lfittl lfittl requested review from msepga and msakrejda February 22, 2023 07:55
@lfittl lfittl mentioned this pull request Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Structed error call back
2 participants